Make sure the folders 'Figures' and 'pngs' exist within the folder where the LaTeX file source code is.  These are where the figures are placed.  'Figures' is the path where the final version of the figures are located.  'pngs' is the path where lower resolution png's are stored for choosing a good example.  This allows for faster compiling.  

To run the code, run 'linkageExample2.m'.  
	- make sure you set the variable TeXpath to the location of your LaTeX code source file.  
	- if you are on a Windows machine, you may need to change the '/' to '\' in other parts of the code.  

Matlab Files:
	data.mat-the data used to generate the in class version of this presentation.
	DTeX.m - a file that produces the Distance matrices in LaTeX form.
	linkageExample2.m - A file that produces the results for this presentation.  (RUN THIS FILE).
	plotCluster.m - a file that produces the cluster plots.
	unTriIndex.m - a file that returns the indices of a square matrix that are in the upper triangle of that matrix.

